Star

Undocumented in source.

Constructors

this
this(MainGameObject root, float[3] coords)
Undocumented in source.

Members

Functions

draw
void draw(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.
force_draw
void force_draw(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.
load
void load(string[string] s)
Undocumented in source. Be warned that the author may not have intended to support it.
maybe_taken
bool maybe_taken(GlobalState gs, StaticGameObject the_hero)
Undocumented in source. Be warned that the author may not have intended to support it.
save
void save(string[string] s)
Undocumented in source. Be warned that the author may not have intended to support it.
set_light
bool set_light(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.
take
void take()
Undocumented in source. Be warned that the author may not have intended to support it.
tick
bool tick(GlobalState gs)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

num
int num;
Undocumented in source.

Variables

number
int number;
Undocumented in source.
taken
bool taken;
Undocumented in source.

Inherited Members

From StaticGameObject

x
float x;
y
float y;
z
float z;
Undocumented in source.
load
void load(string[string] s)
Undocumented in source. Be warned that the author may not have intended to support it.
save
void save(string[string] s)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta